home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / Table / Sources / Menus.fr < prev    next >
Encoding:
Text File  |  1996-09-17  |  896 b   |  43 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                Menus.fr
  4. //    Release Version:    $ ODF 2 $ 
  5. //
  6. //    Contains:            String resources for ODFTable
  7. //    Written by:            Henri Lamiraux
  8. //
  9. //    Copyright:            (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  10. //
  11. //========================================================================================
  12.  
  13. #ifndef FWRESFIL_K
  14. #include "FWResFil.k"
  15. #endif
  16.  
  17. #ifndef CONST_K
  18. #include "Defines.k"
  19. #endif
  20.  
  21. #ifndef FWMENUS_FR
  22. #include "FWMenus.fr"
  23. #endif
  24.  
  25. //----------------------------------------------------------------------------
  26. //    Menus
  27. //----------------------------------------------------------------------------
  28.  
  29. resource FW_RMenuBar(kMenuBar)
  30. {
  31.     "About ODFTable...",
  32.  
  33.     {
  34.         FW_RPullDownMenu
  35.         (
  36.             "Table"
  37.             {
  38.                 FW_RToggleItem(cHideShowGrid, FW_kNoKeyEquivalent, "Run", "Edit")
  39.             }
  40.         )
  41.     }
  42. };
  43.